home *** CD-ROM | disk | FTP | other *** search
/ Winzipper / Winzipper_ISO.iso / nt4.0 server / 192.DN_ / 192.dns
Text File  |  1996-06-04  |  7KB  |  191 lines

  1. ;
  2. ;   192.dns
  3. ;
  4. ;   Reverse lookup file for 29.5.192.in-addr.arpa. domain.
  5. ;
  6. ;   This file provides address to name matching (reverse lookup)
  7. ;   for addresses 192.5.29.?.
  8. ;
  9. ;
  10. ;   Note that all domain names given in this file, which are not
  11. ;   terminated by a "." and hence fully qualified domain names (FQDN),
  12. ;   are implicitly appended with "29.5.192.in-addr.arpa."
  13. ;
  14. ;   Examples:
  15. ;       "6"  =>  6.29.5.192.in-addr.arpa.
  16. ;
  17. ;   If a name outside of "29.5.192.in-addr.arpa." is required, then it
  18. ;   must be explicitly terminated with a dot, to indicate that it is a
  19. ;   FQDN.
  20. ;
  21. ;   Example:
  22. ;       "7.30.5.192.in-addr.arpa."  =>  7.30.5.192.in-addr.arpa.
  23. ;
  24.  
  25. ;
  26. ;   START OF AUTHORITY
  27. ;
  28. ;   The first record in any database file should be a "Start of Authority"
  29. ;   (SOA) record.  The fields of this record are:
  30. ;
  31. ;   IN SOA <source machine> <contact email> <serial number> <refresh time>
  32. ;   <retry time> <expiration time> <minimum time to live>
  33. ;
  34. ;   <source machine> is the machine on which this file was created.
  35. ;
  36. ;   <contact email> is the email address if the person responsible
  37. ;                   for this domain's database file.  Instead of
  38. ;                   writing an '@' in the email name, write a '.'
  39. ;
  40. ;   <serial number> The "version number" of this database file.
  41. ;                   Increase this number each time you edit a
  42. ;                   database file.
  43. ;
  44. ;   <refresh time>  A time, in seconds, that a secondary server
  45. ;                   will wait between checks to your server, when
  46. ;                   deciding if it is time to download a new copy
  47. ;                   of this domain's data.
  48. ;
  49. ;   <retry time>    A time, in seconds, that a secondary server
  50. ;                   will wait before retrying a failed zone download.
  51. ;
  52. ;   <expire time>   A time, in seconds, that a secondary server will
  53. ;                   keep trying to download a zone.  After this time
  54. ;                   limit expires, the old zone information will be
  55. ;                   discarded.
  56. ;
  57. ;   In order for a resource record to span a line in a database file,
  58. ;   parentheses must enclose the line breaks, as in the following
  59. ;   example.
  60. ;
  61. ;
  62. ;   YOU SHOULD CHANGE:
  63. ;       - "machine.place.dom." to the name of your name server.
  64. ;       - "postmaster.machine.place.dom." to your email name.
  65. ;
  66.  
  67.  
  68. @   IN  SOA     nameserver.place.dom.  postmaster.nameserver.place.dom. (
  69.                                1            ; serial number
  70.                                36000        ; refresh   [1h]
  71.                                600          ; retry     [10m]
  72.                                86400        ; expire    [1d]
  73.                                3600 )       ; min TTL   [1h]
  74.  
  75. ;
  76. ;   NAME SERVERS
  77. ;
  78. ;   The following entries list the name servers for this domain.
  79. ;   This information allows other name servers to lookup names in
  80. ;   your domain.
  81. ;
  82. ;   YOU SHOULD CHANGE:
  83. ;       - The names of the DNS servers.
  84.  
  85. @       IN  NS      nameserver.place.dom.
  86. @       IN  NS      nameserver2.place.dom.
  87.  
  88.  
  89.  
  90. ;
  91. ;   WINS Reverse Record
  92. ;
  93. ;   The WINS-R RR is specific to WindowsNT and may be attached ONLY
  94. ;   to the zone root of a reverse lookup domain.
  95. ;
  96. ;   Presence of a WINS-R record at the zone root instructs the name server
  97. ;   to use a netBIOS node status (nbstat) request for any reverse lookup
  98. ;   requests for IP addresses which are NOT given in PTR records below.
  99. ;
  100. ;   Examples:
  101. ;
  102. ;   1) A query for 135.29.5.192.in-addr.arpa. (192.5.29.135)
  103. ;       192.5.29.135 has a PTR record below, so DNS server responds
  104. ;       with the PTR record without nbstat lookup.
  105. ;
  106. ;   2) A query for 206.29.5.192.in-addr.arpa. (192.5.29.206)
  107. ;       192.5.29.206 is within the 29.5.192.in-addr.arpa zone, but
  108. ;       there is no PTR record for it in this zone file.
  109. ;       DNS will issue an nbstat query to 192.5.29.206.
  110. ;       If a response is received, the hostname in the response will be
  111. ;       appended to the result domain in the NBSTAT record and used
  112. ;       as the hostname corresponding to 192.5.29.206.  The PTR
  113. ;       record will be cached and a response sent to the client.
  114. ;       If a response is NOT received, the DNS server responds to
  115. ;       the client with a name error.
  116. ;
  117. ;   3) A query for 29.5.192.in-addr.arpa. (192.5.29)
  118. ;       192.5.29 is within the 29.5.192.in-addr.arpa zone, but is NOT
  119. ;       an IP address.  Hence no nbstat lookup is done, and the server
  120. ;       responds with a name error.
  121. ;
  122. ;
  123. ;   WINS-R and zone transfer:
  124. ;
  125. ;   The MS DNS server, will configure WINS-R information as a resource
  126. ;   record to allow it to be transferred to MS DNS secondary servers.
  127. ;
  128. ;   If you have MS DNS secondaries, and want them to use exactly the
  129. ;   same WINS-R info as the primary server, then omit the LOCAL flag
  130. ;   in the WINS-R record.
  131. ;
  132. ;   If you have UNIX secondaries, or MS secondaries using different
  133. ;   WINS-R information, then use the "LOCAL" flag after the "WINS-R"
  134. ;   flag and the WINS-R information will NOT be considered part of the
  135. ;   zone's resource records and will NOT be sent in the zone transfer.
  136. ;
  137. ;
  138. ;   YOU SHOULD CHANGE:
  139. ;       - Change the resulting domain that should be appended to
  140. ;         names found with WINS-R lookup.
  141. ;       - Uncomment the line with LOCAL flag, if WINS-R information should
  142. ;           not be transferred as part of the zone data.
  143. ;       - Uncomment the line without the LOCAL flag, if WINS-R information
  144. ;           should be transferred to MS DNS secondaries.
  145. ;           OR
  146. ;       - Leave this line commented out, if WINS-R lookup not desired.
  147.  
  148. ;@   IN  WINS-R          place.dom.
  149. ;@   IN  WINS-R  LOCAL   place.dom.
  150.  
  151.  
  152. ;
  153. ;   PTR RECORDS
  154. ;
  155. ;   The PTR record is used to map IP numbers to hostnames.  IP numbers
  156. ;   are written in backward order and prepended to "in-addr.arpa" for
  157. ;   this process.  As an example, looking up the name for "1.2.3.4"
  158. ;   requires a PTR query for the name "4.3.2.1.in-addr.arpa."
  159. ;
  160. ;   Since this is the domain file for 29.5.192.in-addr.arpa., this file
  161. ;   provides lookup for IP addresses 192.5.29.?.
  162. ;
  163. ;   YOU SHOULD CHANGE:
  164. ;       - The final IP address digits.
  165. ;       - The corresponding host names.
  166.  
  167.  
  168. 2       IN  PTR     WINSsrv1.place.dom.
  169. 3       IN  PTR     WINSsrv2.place.dom.
  170.  
  171. 7       IN  PTR     nameserver.place.dom.
  172. 8       IN  PTR     nameserver2.place.dom.
  173.  
  174. 17      IN  PTR     mailserver.place.dom.
  175. 18      IN  PTR     mailserver2.place.dom.
  176.  
  177. 112     IN  PTR     host.nt.place.dom.
  178.  
  179. ;
  180. ;   Apparently, "host.place.dom." has two interfaces running TCP/IP,
  181. ;   and each of these interfaces' addresses needs to be listed in the
  182. ;   reverse-lookup files.
  183. ;
  184.  
  185. 135     IN  PTR     host.place.dom.
  186. 82      IN  PTR     host.place.dom.
  187.  
  188. 11      IN  PTR     other-host.place.dom.
  189. 21      IN  PTR     other-host.place.dom.
  190. 111     IN  PTR     other-host.place.dom.
  191.